Q3OrthographicCamera_SetRight
You can use theQ3OrthographicCamera_SetRight
function to set the right side of an orthographic camera.
TQ3Status Q3OrthographicCamera_SetRight ( TQ3CameraObject camera, float right);
camera
- An orthographic camera object.
right
- The desired right side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_SetRight
function sets the right side of the orthographic camera specified by thecamera
parameter to the value specified by theright
parameter.